home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib3 / v_03_02 / 3n02061a < prev    next >
Encoding:
Text File  |  1995-11-01  |  429 b   |  18 lines

  1. /*
  2.  * GRAFBUTN.H
  3.  *
  4.  * by Alex Leavens, for ShadowCat Technologies
  5.  *
  6.  */
  7. /* Constants for error message strings */
  8. #define BLD_CannotRun          4000
  9. #define BLD_CannotCreate       4001
  10. #define BLD_CannotLoadMenu     4002
  11. #define BLD_CannotLoadIcon     4003
  12. #define BLD_CannotLoadBitmap   4004
  13.  
  14. BOOL BLDRegisterClass(HANDLE);
  15. HWND BLDCreateWindow(HANDLE);
  16.  
  17. #define IDM_Quit                                4000
  18.